home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / tronbbs / tron / scripts / mail < prev    next >
Encoding:
Text File  |  1996-07-16  |  393 b   |  27 lines

  1.  
  2. ;;;  Script to proces mail and .TIC files.
  3.  
  4.  
  5. wait 2
  6.  
  7. avail flush >nil:
  8.  
  9. tron  -max  "Mail processor is started, system can be a little slower"
  10.  
  11. ;;;  process  .TIC files
  12.  
  13. TronTick  -p -b
  14.  
  15. ;CD tron:inbound       ;;; to enable unpacking ARC and ARJ archives
  16.  
  17. tron:utils/tmp  U -b -d
  18.  
  19. ;CD tron:
  20.  
  21. tron:utils/areafix   F -d
  22.  
  23. tron:utils/tmp  P    -d
  24.  
  25. tron  -m -a -x  "Mail processor is Finished !"
  26.  
  27.